home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Documents / NeXTAnswers / mail.371 < prev    next >
Text File  |  1992-02-06  |  791b  |  30 lines

  1. {\rtf0\ansi{\fonttbl\f0\fnil Times-Roman;\f2\fmodern Ohlfs;}
  2. \paperw13040
  3. \paperh10200
  4. \margl120
  5. \margr120
  6. {\colortbl\red0\green0\blue0;}
  7. \pard\tx1152\tx2304\tx3456\tx4608\tx5760\tx6912\tx8064\tx9216\tx10368\tx11520\f0\b0\i0\ul0\fs28 mail aliases\
  8. \
  9. Q: How do I find out who's in a particular mail alias?\
  10. \
  11. A: The following C-Shell alias will work:\
  12.  \
  13.     echo "vrfy !*" | mconnect mailhost\
  14. \
  15. You can put a line such as\
  16. \
  17.     alias maila     'echo "vrfy \\!*" | mconnect mailhost'\
  18. \
  19. in an appropriate file such as your .cshrc.  Note carefully the quotes.  Also note that the mconnect\
  20. program resides in /usr/etc, and might not be in your path.\
  21. \
  22. Some sendmails do not support the vrfy command, you can also try substituting 'expn' for 'vrfy'.\
  23. \
  24. QA371\
  25. \
  26. Valid for 1.0 \
  27. Valid for 2.0 \
  28. \
  29.  
  30.